home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / util / boot / Mult64Patch.lha / Mult64Patch.readme next >
Encoding:
Text File  |  1997-07-24  |  1.1 KB  |  33 lines

  1. Short: 060 Patches for UMult64/SMult64
  2. Uploader: kakace@aix.pacwan.net (Didier Levet)
  3. Author: kakace@aix.pacwan.net (Didier Levet)
  4. Type: util/boot
  5.  
  6.    This is a small patch which replace the UMult64
  7.    and SMult64 functions of utility.library V39+.
  8.    
  9.    These new functions are 2 times faster than the
  10.    ones placed by 68060.library, and 4 times faster
  11.    than the Trap emulation.
  12.    
  13.    Well, these functions are not often used, so
  14.    don't expect an incredible speedup :))
  15.    You can run SpeedTest (included) to see the
  16.    benchmarks and to figure out if you really
  17.    need to install these patches.
  18.    
  19.    I just write them to learn how to optimize 68060's
  20.    code (sources included). So don't blame me if you
  21.    think that the speed gain is useless ;-)
  22.    
  23.    Now, you only have to copy PatchMult64 in your
  24.    "C:" directory, and add "C:PatchMult64" in your 
  25.    startup-sequence, right after Setpatch (or anywhere 
  26.    else, but not before).
  27.    PatchMult64 sets the return code as follow :
  28.    - 0  : Patches succesfully installed.
  29.    - 5  : Patches already installed.
  30.    - 10 : Unable to install the patches.
  31.  
  32.   That's all !
  33.